projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eaf416
)
meson: Add emoji data
author
Timm Bäder
<mail@baedert.org>
Sun, 13 Aug 2017 16:08:41 +0000
(18:08 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 13 Aug 2017 16:08:41 +0000
(18:08 +0200)
Otherwise we crash at runtime.
gtk/gen-gtk-gresources-xml.py
patch
|
blob
|
history
diff --git
a/gtk/gen-gtk-gresources-xml.py
b/gtk/gen-gtk-gresources-xml.py
index 2f4834862e778713ff772257b08d25d0e22bf9ab..dd5a8a20bd98bc287440a63bcaae6687ac83b810 100644
(file)
--- a/
gtk/gen-gtk-gresources-xml.py
+++ b/
gtk/gen-gtk-gresources-xml.py
@@
-78,6
+78,7
@@
for f in get_files('inspector', '.ui'):
xml += '''
<file>inspector/logo.png</file>
+ <file>emoji/emoji.data</file>
</gresource>
</gresources>'''